home *** CD-ROM | disk | FTP | other *** search
-
-
- *** Table 1 ***
-
- Summary of <stdlib.h>
-
- Macros:
-
- EXIT_FAILURE, EXIT_SUCCESS, MB_CUR_MAX, RAND_MAX, NULL
-
- Types:
-
- div_t, ldiv_t, size_t, wchar_t
-
- Function Prototypes:
-
- void abort(void);
- int abs(int);
- int atexit(void (*)(void));
- double atof(const char *);
- int atoi(const char *);
- long atol(const char *);
- void *bsearch
- (
- const void *, const void *, size_t, size_t,
- int (*)(const void *, const void *)
- );
- void *calloc(size_t, size_t);
- div_t div(int, int);
- void exit(int);
- void free(void *);
- char *getenv(const char *);
- long labs(long);
- ldiv_t ldiv(long, long);
- void *malloc(size_t);
- int mblen(const char *, size_t);
- int wctomb(char *, wchar_t);
- int mbtowc(wchar_t, const char *, size_t);
- void qsort
- (
- void *, size_t, size_t,
- int (*)(const void *, const void *)
- );
- int rand(void);
- void *realloc(void *, size_t);
- void srand(unsigned);
- double strtod(const char *, char **);
- long strtol(const char *, char **, int);
- unsigned long strtoul(const char *, char **, int);
- int system(const char *);
-
- #define _STDLIB_H_INCLUDED
- #endif
-
-